home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-launchpad-bugs.postinst < prev    next >
Text File  |  2008-09-05  |  328b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1; then
  5.     pycentral pkginstall python-launchpad-bugs
  6.     if grep -qs '^python-launchpad-bugs$' /var/lib/pycentral/delayed-pkgs; then
  7.         sed -i '/^python-launchpad-bugs$/d' /var/lib/pycentral/delayed-pkgs
  8.     fi
  9. fi
  10. # End automatically added section
  11.